Click or drag to resize

PhoneEntity Class

Represents a single phone number entity.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangePhoneEntity

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PhoneEntity

The PhoneEntity type exposes the following members.

Constructors
  NameDescription
Public methodPhoneEntity
Initializes a new instance of the PhoneEntity class.
Top
Properties
  NameDescription
Public propertyOriginalPhone
Represents the original phone number for a contact or persona.
Public propertyPhone
Represents the phone number for an extracted contact.
Public propertyPosition
Represents the position of the entity.
Public propertyType
Represents the type of phone number, for example, "Home" or "Business".
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current PhoneEntity object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also